feat(showcase): lock invoice lines when the invoice is paid (#1581)#1666
Merged
Conversation
Add parent-scoped readonlyWhen rules to showcase_invoice_line's product, quantity and unit_price: readonlyWhen "parent.status == 'paid'". The inline line-item grid evaluates these per row against the live header invoice, so a paid invoice's lines render read-only — the "paid invoice → lock lines" case. Pairs with objectui#1607 (MasterDetailForm binds the header as `parent`). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backend counterpart of objectstack-ai/objectui#1607 — B2 follow-up: "paid invoice → lock lines".
What
Add parent-scoped
readonlyWhenrules toshowcase_invoice_line'sproduct,quantity, andunit_price:The inline line-item grid evaluates these per row against the live header invoice (bound as
parentbyMasterDetailForm), so a paid invoice renders its lines read-only.descriptionkeeps its existing row-scopedrequiredWhenunchanged.Verified: the dev server serves the rules and the ObjectUI grid locks/unlocks as the header
statustoggles.🤖 Generated with Claude Code